Tag: Semantic Kernel (page 1 of 3)

Tag: Semantic Kernel (page 1 of 3)

Showing articles 1-9 (total 25)

Understanding Selection and Termination Strategy functions in .NET Semantic Kernel Agent Framework featured image

Understanding Selection and Termination Strategy functions in .NET Semantic Kernel Agent Framework

6 min read

Explore how Selection and Termination Strategy Functions in the Semantic Kernel Agent Framework for .NET manage multi-agent conversations by choosing the next speaker and deciding when to end the chat.

Automate Workflows with Microsoft Semantic Kernel Process Framework in .NET featured image

Automate Workflows with Microsoft Semantic Kernel Process Framework in .NET

8 min read

Build intelligent, event-driven workflows using Microsoft’s Semantic Kernel Process Framework to automate content creation, onboarding, and complex tasks with AI and custom logic.

Building Multi‑Agent AI Workflows with Semantic Kernel Agent Framework in .NET featured image

Building Multi‑Agent AI Workflows with Semantic Kernel Agent Framework in .NET

5 min read

Explore how multi-agent systems enable AI agents to collaborate seamlessly, enhancing efficiency and scalability. Learn to implement this approach using Microsoft's Semantic Kernel, orchestrating specialized agents to automate tasks like email drafting and approval.

Building a Model Context Protocol Server with .NET and Semantic Kernel Integration featured image

Building a Model Context Protocol Server with .NET and Semantic Kernel Integration

7 min read

Learn how to implement a Model Context Protocol (MCP) server using C# and integrate it with Semantic Kernel to enhance AI assistants with external data and tools through a standardized protocol.

Building AI Agent using Semantic Kernel Agent Framework featured image

Building AI Agent using Semantic Kernel Agent Framework

7 min read

Explore the creation of intelligent AI agents with the Semantic Kernel Agent Framework

Understanding Response Format Limitations: Why Llama, Phi & Mistral Models Struggle in Azure AI Studio featured image

Understanding Response Format Limitations: Why Llama, Phi & Mistral Models Struggle in Azure AI Studio

3 min read

A comprehensive exploration of Response Format compatibility issues when working with Llama, Phi, and Mistral model families in Microsoft Azure AI Studio with Semantic Kernel, and how to effectively navigate these limitations.

Using OpenAI vs Azure OpenAI with Semantic Kernel. What's the difference? featured image

Using OpenAI vs Azure OpenAI with Semantic Kernel. What's the difference?

5 min read

Understanding the differences between OpenAI and Azure OpenAI and how to use them with Semantic Kernel

Using Structured Outputs with Semantic Kernel featured image

Using Structured Outputs with Semantic Kernel

6 min read

A Simple Guide to Structured Outputs with Semantic Kernel. Converting text responses into typed data with JSON schema and C# model classes.